home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - System / background_7909.txt < prev    next >
Text File  |  1990-04-02  |  6KB  |  271 lines

  1. -- background: 7909 from stack: in
  2. -- bmap block id: 4083
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10. end openStack
  11.  
  12. on openCard
  13.   hide menuBar
  14. end openCard
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. -- part 10 (button)
  23. -- low flags: 00
  24. -- high flags: 8004
  25. -- rect: left=119 top=317 right=338 bottom=222
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: How It Works
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect zoom open
  37.   go to card id 7270 of stack "Scanner Tech - Works"
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 11 (button)
  44. -- low flags: 00
  45. -- high flags: 8004
  46. -- rect: left=263 top=317 right=338 bottom=366
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Scan. Concepts
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   push card
  58.   visual effect zoom open
  59.   go to card id 7270 of stack "Scanner Tech - Concepts"
  60.   set hilite of background button "Scan. Concepts" to true
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 15 (button)
  66. -- low flags: 00
  67. -- high flags: C004
  68. -- rect: left=7 top=317 right=338 bottom=110
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: The System
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   push card
  80.   visual effect zoom open
  81.   go to card id 7270 of stack "Scanner Tech - System"
  82. end  mouseUp
  83.  
  84.  
  85. -- part 17 (button)
  86. -- low flags: 00
  87. -- high flags: 2000
  88. -- rect: left=228 top=317 right=337 bottom=255
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 21700 / 21700
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: New Button
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   visual dissolve slow to card
  100.   go to card id 7270 of stack "Technology Home Card"
  101. end mouseUp
  102.  
  103.  
  104.  
  105. -- part 24 (button)
  106. -- low flags: 00
  107. -- high flags: 2000
  108. -- rect: left=404 top=281 right=302 bottom=429
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 1
  112. -- font id: 0
  113. -- text size: 12
  114. -- style flags: 0
  115. -- line height: 16
  116. -- part name: Prev Card
  117. ----- HyperTalk script -----
  118. on mouseUp
  119.   visual wipe left slow to card
  120.   go to previous card
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 26 (button)
  126. -- low flags: 00
  127. -- high flags: 2000
  128. -- rect: left=404 top=281 right=302 bottom=429
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Prev Card
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   visual wipe left slow to card
  140.   go to previous card
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 27 (button)
  146. -- low flags: 00
  147. -- high flags: 2000
  148. -- rect: left=368 top=280 right=303 bottom=396
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 1012 / 1012
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: Pop Card
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   visual dissolve slow to card
  160.   go to card id 7270
  161. end mouseUp
  162.  
  163.  
  164.  
  165. -- part 28 (button)
  166. -- low flags: 00
  167. -- high flags: 2000
  168. -- rect: left=440 top=281 right=302 bottom=465
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 0 / 0
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: Next Card
  177. ----- HyperTalk script -----
  178. on mouseUp
  179.   visual wipe right slow to card
  180.   go to next card
  181. end mouseUp
  182.  
  183.  
  184.  
  185. -- part 29 (button)
  186. -- low flags: 00
  187. -- high flags: 0000
  188. -- rect: left=402 top=3 right=42 bottom=438
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 1008 / 1008
  191. -- text alignment: 1
  192. -- font id: 0
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: 
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   doMenu "Print Card"
  200. end  mouseUp
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. -- part 30 (button)
  208. -- low flags: 00
  209. -- high flags: 0000
  210. -- rect: left=451 top=3 right=42 bottom=491
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 1004 / 1004
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: 
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   play harpsichord a4
  222.   global search
  223.   answer "Type of Search?" with "Browse" or "Automatic" or "Cancel"
  224.   if it is "Browse" then
  225.     visual wipe up slowly
  226.     go to card "Glossary" of stack "Glossary"
  227.   end if
  228.   if it is "Automatic" then
  229.     ask "Find Word?"
  230.     put it into search
  231.     if search is empty then
  232.       exit mouseUp
  233.     else
  234.       visual wipe up slowly
  235.       put "find search" into message box
  236.       hide message
  237.       go to card "Glossary" of stack "Glossary"
  238.       find word search in field "Text"
  239.       if the result is "not found" then
  240.         answer "Word not found." with "OK"
  241.         exit mouseUp
  242.       else
  243.         show card field id 13
  244.         wait 4 seconds
  245.         hide card field id 13
  246.       end if
  247.     end if
  248.   end if
  249. end mouseUp
  250.  
  251.  
  252. -- part 32 (button)
  253. -- low flags: 00
  254. -- high flags: 8004
  255. -- rect: left=376 top=317 right=338 bottom=505
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: File Formats
  264. ----- HyperTalk script -----
  265. on mouseUp
  266.   visual effect zoom open
  267.   go to card id 7270 of stack "Scanner Tech - File Formats"
  268.   set hilite of background button "File Formats" to true
  269. end mouseUp
  270.  
  271.